home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / windows / mdraw04e.zip / HELP.TXT next >
Text File  |  1992-11-05  |  10KB  |  261 lines

  1. Mdraw V0.4d
  2. Copyright 1992, by S. Mike Dierken
  3. Mdraw - An object-oriented drawing package for MS-Windows.
  4.  
  5.  
  6. CONTENTS
  7. 0    Introduction
  8. 1    The Mouse
  9. 2    The Keyboard
  10. 3    The Toolbar
  11. 3.1    The small arrow    - Selector Tool
  12. 3.1.1        To select an object:
  13. 3.1.2     To select more than one object:
  14. 3.1.3     To add or remove objects from the selection:
  15. 3.1.4     To select the next object 'underneath' another object:
  16. 3.1.5     To resize an object
  17. 3.2     The box        - Rectangle Tool
  18. 3.3     The circle    - Ellipse Tool
  19. 3.4    The pie shape - Arc (Not completely worked out yet)
  20. 3.5     The hollow star - Polyline Tool
  21. 3.6     The solid star    - Polygon Tool
  22. 3.7     The letter    - Text Tool
  23. 3.8     The connected puzzle pieces - Join
  24. 3.9     The unconnected puzzle pieces - Un-join
  25. 3.10     The big arrow    - Hyper jump
  26. 3.11     The little window    - Edit note
  27. 3.12     The color pallete
  28. 4     Attributes
  29. 4.1     Fonts
  30. 4.2    Arrowheads
  31. 5     Order of objects
  32. 5.1     Move an object up
  33. 5.2     Move an object down
  34. 5.3     Move an object to the top
  35. 5.4     Move an object to the bottom
  36. 6    File output
  37. 6.1    Window Metafile
  38. 6.2    CGM
  39.  
  40. 0 Introduction
  41.  
  42. Welcome to Mdraw, an object-oriented drawing package for MS-Windows.
  43. This program is object-oriented in the sense that the objects you draw 
  44. may be moved or modified after you draw them.  This is not a painting
  45. program, but rather a drawing program.  You do not 'erase' parts of your
  46. drawing, but you can select and then delete the parts you have drawn.
  47. This is also object-oriented in the sense that each object has attributes
  48. that you may modify.  For example, each object you draw has a color, and you 
  49. may change that color after you have drawn it.  You may also 'join' multiple
  50. objects together.
  51.  
  52. 1 The mouse
  53. Mdraw uses the mouse extensively.  The left button is use for nearly every
  54. operation.  The right button acts like the selector tool.
  55. The one exception that uses the right button for something else is to 
  56. terminate a polygon. 
  57.  
  58. 2 The Keyboard
  59. There are several keyboard 'shortcut' keys available in Mdraw.
  60.  
  61.     <shift><delete>        Cut
  62.     <ctrl><insert>            Copy
  63.     <shift><insert>        Paste
  64.     <ctrl>-c                    Copy
  65.     <ctrl>-x                    Cut
  66.     <ctrl>-v                    Paste
  67.     <ctrl>-s                    Save file
  68.     <delete>                    Delete (NOTE: Does not make a copy)
  69.     <insert>                    Paste
  70.     <page-up>                Scroll up
  71.     <page-down>                Scroll Down
  72.     <arrows>                    Move selection up
  73.     <shift><arrows>        Move selection by one pixel
  74.     <ctrl><up-arrow>        Move selection higher in display list
  75.     <ctrl><down-arrow>    Move selection further back in display list
  76.     <alt><up-arrow>        Move selection to top of display list
  77.     <alt><down-arrow>        Move selection to bottom of display list
  78.  
  79.  
  80. 3 The Toolbar
  81. To draw an object on the screen, you select which tool you would like by
  82. clicking on its icon from the toolbar (or selecting it from the 'Tools' menu)
  83. When you draw an object, that object becomes the currently selected object
  84. and any previously selected objects are deselected.
  85.  
  86. 3.1 The small arrow    - selector
  87. This tool allows you to select objects from the workspace. In order to do
  88. anything with or to an object, it must be selected.  Once you have
  89. an object selected, you may change its attributes (e.g. its color, or font).
  90. You also need to select an object before moving or resizing as well.
  91.  
  92. Helpful hint:
  93.     The right button always acts like the 'selector' tool.
  94.     (unless you're already busy drawing or moving something)
  95.  
  96. 3.1.1 To select an object:
  97.     Choose the selector tool (if it isn't already selected)
  98.     Click (button down and then button up) the mouse button on the 
  99.         object you want to select.
  100.  
  101. 3.1.2 To select more than one object:
  102.     Drag (button down, move the mouse) the mouse to draw
  103.         a rectangle that surrounds the objects you wish to select.
  104.     Release the mouse button
  105.  
  106. 3.1.3 To add or remove objects from the selection:
  107.     Hold down the shift key, then click the mouse button on the object.
  108.  
  109. 3.1.4 To select the next object 'underneath' another object:
  110.     Hold down the control key, then click the mouse button on the object.
  111.     (you may click several times to select an object further down.)
  112.  
  113.     HINT: You may double-click the right button to select the next object
  114.  
  115. 3.1.5 To resize an object
  116.     Press and hold the mouse button down in the little tiny black box in the
  117.         lower right of the selected object
  118.     Move the mouse (with the button still held down)
  119.     Release the mouse 
  120.  
  121. 3.2 The box    - rectangles
  122. To draw a rectangle:
  123.     Select the rectangle tool
  124.     Drag (button down, move the mouse) the mouse to draw a rectangle
  125.     Release the mouse button
  126.  
  127. 3.3 The circle    - ellipses
  128.     Select the ellipse tool
  129.     Drag (button down, move the mouse) the mouse to draw an ellipse
  130.     Release the mouse button
  131.  
  132. 3.4 The pie - Arc
  133.     Select the arc tool
  134.     Drag (button down, move the mouse) the mouse to draw an arc
  135.     Release the mouse button
  136.     NOTE: The border is not yet perfect.
  137.     
  138. 3.5 The hollow star - Polyline
  139. To draw a polyline:
  140.     Select the polyline tool
  141.     Click where you want the starting point
  142.     Click where you want each intermediate point
  143.     Click the RIGHT button where you want the last point.
  144.     The polyline will NOT draw a line from the first to the last point.
  145.     The polyline will not be filled in with any color, and can't be
  146.         made to later on. (use the polygon tool for this)
  147.  
  148. 3.6 The solid star - Polygon
  149. To draw a polygon:
  150.     Select the polygon tool
  151.     Click where you want the starting point
  152.     Click where you want each intermediate point
  153.     Click the RIGHT button where you want the last point.
  154.     The polygon will draw a line from the first to the last point.
  155.     The polygon is filled in with the current color.
  156.  
  157. 3.7 The letter    - text
  158. To add text:
  159.     Select the text tool
  160.     Click where you want the upper left of the text to go.
  161.     Type the text.
  162.     Click outside of the text entry rectangle
  163.         (but still within the Mdraw window)
  164.  
  165.     HINT: You may paste text from the clipboard into this text entry rectangle
  166.  
  167. 3.8 The connected puzzle pieces - join
  168.     This is not really a tool, but rather an action.
  169.     When you press this, the currently selected objects are joined together.
  170.     If only one object is selected, nothing happens.
  171.  
  172. 3.9 The unconnected puzzle pieces - un-join
  173.     This is not really a tool, but rather an action.
  174.     When you press this, the currently selected objects are un-joined.
  175.     If there is no selection, nothing happens.
  176.     
  177. 3.10 The big arrow - Hyper jump
  178.     This is not really a tool, but rather an action.
  179.     When you press this, you jump to the file that this object is linked to.
  180.     If the current file has changed, you are given the chance to save it.
  181.     If there is no link to another file, you are prompted for a filename.
  182.     If the file doesn't exist, it tries to jump anyway. (I'll fix this)
  183.  
  184.     You may add or edit links through the 'Edit' menu.
  185.  
  186.     HINT: You may double click the left button to activate the link
  187.     NOTE: The right button behaves differently when you double click it.
  188.  
  189. 3.11 The little window - edit note
  190.     This is not really a tool, but rather an action.
  191.     When you press this, you invoke NOTEPAD.EXE and edit the file that
  192.     this object is attached to.
  193.     If there is no attached note, you are prompted for a filename.
  194.  
  195.     You may add or edit notes through the 'Edit' menu.
  196.  
  197. 3.12 The color pallete
  198. To select a color:
  199.     Click the mouse on the square that has the color you want
  200.     If you have an object currently selected, it will change to that color
  201.     If not, the little box next to the pallete will change, showing
  202.         the current color.
  203.  
  204. 4 Attributes
  205. To change the attribute of an object, select that object (or select multiple)
  206. objects, and use the Attribute menu to select the new attribute you want.
  207. You may also use the pallete to change the objects color by selecting
  208. the object, and selecting the desired color from the pallete.
  209.  
  210. 4.1 Fonts
  211. Text objects are drawn with a certain font and style. Fonts are things like
  212. 'Arial' or 'Times Roman'.  Styles are things like 'Bold' or 'Italics'.  
  213. You may select different styles from the 'Attribute|Text' menu.
  214. You may select different fonts and sizes from the 'Attribute|Text|Font' menu.
  215. The font sizes in the Font dialog box that comes up may be selected from the
  216. list, or you may type in an arbitrary number for the font size.
  217.  
  218. 4.2 Arrowhead
  219. The Polyline tool may optionally be drawn with an arrowhead at one end.
  220. You may select this attribute from the 'Attribute|Polyline' menu.
  221.  
  222. 5 Order of objects
  223. As you draw objects, they are laid down on top of the older ones.  You may 
  224. change which objects are on bottom and which are on top.  To change the order, 
  225. use the 'order' menu or the keyboard shortcuts.
  226.  
  227. 5.1 Move object up
  228. Selecting this menu option will move the currently selected objects up one. 
  229. This may change what you see by hiding other objects.
  230.     HINT: You may also do this by pressing <ctrl><up-arrow>
  231.  
  232. 5.2 Move object down
  233. Selecting this menu option will move the currently selected objects down one. 
  234. This may change what you see by revealing other objects, or hiding the current
  235. objects.
  236.     HINT: You may also do this by pressing <ctrl><down-arrow>
  237.  
  238. 5.3 Move object to top
  239. Selecting this menu option will move the currently selected objects to the top. 
  240. This may change what you see by hiding other objects.
  241.     HINT: You may also do this by pressing <alt><up-arrow>
  242.  
  243. 5.4 Move object to bottom
  244. Selecting this menu option will move the currently selected objects up one. 
  245. This may change what you see by revealing other objects, or hiding the 
  246. current objects.
  247.     HINT: You may also do this by pressing <alt><down-arrow>
  248.  
  249. 6 File output
  250. 6.1 Windows metafile
  251. You can 'export' your drawing to a Windows Metafile.  There are two types
  252. of Windows Metafiles: placeable and non-placeable.  Placeable metafiles are
  253. used in Word for Windows and other high-end packages.
  254.  
  255. 6.2 CGM (Computer Graphics Metafile)
  256. This is an ANSI psuedo-standard metafile format.  The standard leaves room
  257. for different ways of representing things, and I still have a ways to go to
  258. get a useable format working.
  259.  
  260.  
  261.